![]() |
Custom Printer Library
1.17
|
Data and parameters definition. More...
Go to the source code of this file.
Data Structures | |
| struct | PrinterStatusStruct |
Functions | |
| static void | PrinterStatusStructToText (PrinterStatusStruct *pStatus, wchar_t *szBufferOut, DWORD dwBuffCharSize) |
Data and parameters definition.
|
static |
Convert status indicated by *pStatus to an wchar_t string.
| [in] | pStatus | Pointer to PrinterStatusStruct which contains the current status |
| [out] | szBufferOut | Pointer to a null-terminated char buffer containing a text description for the status. The buffer must be allocated by the calling process |
| [in] | dwBuffCharSize | size of the text buffer |